.javabox5 {
  padding: 100px 0 100px;
}
.javabox5 .oul {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 30px;
}
.javabox5 .oul li {
  position: relative;
}
.javabox5 .oul h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 35px;
  color: #21ABFF;
  text-align: center;
}
.javabox5 .oul h3 span {
  font-size: 17px;
  color: #1E1E1E;
}
.javabox5 .oul p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-align: center;
}
.javabox5 .oul .txt::before {
  position: absolute;
  top: 14px;
  right: -114px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 49px;
  background-color: #DBF2FF;
  content: '';
}
.javabox5 .oul li:nth-child(2) h3 {
  color: #FF6724;
}
.javabox5 .oul li:nth-child(3) h3 {
  color: #2AD8BB;
}
.javabox5 .javabox5_con {
  width: 1100px;
  height: 500px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 4px 46px rgba(231, 240, 247, 0.67);
  background: linear-gradient(180deg, #1881F1, #48BCFD);
  background-color: #fff;
}
.javabox5 .javabox5_con .swiper-button-prev,
.javabox5 .javabox5_con .swiper-button-next {
  top: 496px;
  cursor: pointer;
}
.javabox5 .javabox5_con .swiper-button-next:after,
.javabox5 .javabox5_con .swiper-button-prev:after {
  font-size: 24px;
  color: #D7ECFF;
  font-weight: 900;
}
.javabox5 .javabox5_con .swiper-pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  --swiper-theme-color: #3BACFA;
  --swiper-pagination-color: #3BACFA;
}
.javabox5 .javabox5_con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 14px;
}
.javabox5 .javabox5_con .groupBtn span {
  width: 120px;
  height: 42px;
  background: #42B4FB;
  border-radius: 12px;
  border: 2px solid #50D4FF;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  margin: 0  4px  10px ;
}
.javabox5 .javabox5_con .swiper-slide {
  padding: 40px 0;
}
.javabox5 .javabox5_con .swiper-slide .main {
  display: flex;
  justify-content: space-evenly;
}
.javabox5 .javabox5_con .swiperDiv .con {
  width: 580px;
}
.javabox5 .javabox5_con .swiperDiv h3 {
  line-height: 20px;
  padding-bottom: 14px;
  text-align: center;
  font-family: MiSans;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
}
.javabox5 .javabox5_con .swiperDiv h3 span {
  color: #2BD6B9;
}
.javabox5 .javabox5_con .swiperDiv h4 {
  display: flex;
  margin-top: 15px;
}
.javabox5 .javabox5_con .swiperDiv h4 span {
  height: 23px;
  font-size: 14px;
  color: #2793F5;
  line-height: 23px;
  border-radius: 12px;
  background-color: #e0f3ff;
  padding: 0 11px;
  margin-right: 6px;
}
.javabox5 .javabox5_con .swiperDiv .autobox {
  height: 370px;
  overflow-y: auto;
  margin: 16px 0;
  padding-right: 20px;
}
.javabox5 .javabox5_con .swiperDiv .autobox p:first-child {
  margin-top: 0!important;
}
.javabox5 .javabox5_con .swiperDiv .autobox::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.javabox5 .javabox5_con .swiperDiv .autobox::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #6fc2ff;
}
.javabox5 .javabox5_con .swiperDiv .autobox::-webkit-scrollbar-track {
  width: 6px;
  height: 1px;
  border-radius: 6px;
  background-color: #f0f0f0;
}
.javabox5 .javabox5_con .swiperDiv .autobox .p1 {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.javabox5 .javabox5_con .swiperDiv .p2 {
  margin: 20px 0 12px;
  font-family: MiSans;
  font-weight: 600;
  font-size: 18px;
  color: #88FFAA;
}
.javabox5 .javabox5_con .swiperDiv .autobox .p3 {
  font-size: 15px;
  color: #fff;
  line-height: 29px;
}
.javabox5 .javabox5_con .swiperDiv .btnbox {
  justify-content: left;
}
.javabox5 .javabox5_con .swiperDiv .btnbox .a_btn {
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  margin: 0 15px 0 0;
  padding: 0 28px;
}
.javabox5 .javabox5_con .pic {
  position: relative;
  width: 385px;
  height: 200px;
  border: 4px #e0f3ff solid;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}
.javabox5 .javabox5_con .pic img {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.javabox5 .javabox5_con .pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.javabox5 .javabox5_con .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.javabox5 .javabox5_con .pic i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 79px;
  height: 79px;
  background: url("/2020gw/images/javaeepic/pic.png") no-repeat -93px -343px;
  content: "";
  transform: translate(-50%, -50%);
}
